home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Jul 90 / MacApp.Tech$ 7⁄13⁄90 / 1554-Re >?printing C stri-Jul90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.6 KB  |  50 lines  |  [TEXT/GEOL]

  1. Item    0359931                         7-July-90        15:12PDT
  2.  
  3. From:   MOOF                            Rollin, Keith A
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    RE>>?printing C strings i
  8.  
  9. Attn: Germany - Norbert Lindenberg,I
  10. SentBy: Keith Rollin
  11.         Reply to:   RE>>?printing C strings in
  12.  
  13. Norbert,
  14.  
  15. The source I was quoting was the MacApp 2.0 General Reference. The example
  16. even shows an application defining -103..-100 for its own use. However, for
  17. various reasons, I agree with the comment in the source code, rather than the
  18. manual (i.e, MacApp reserves the negative range, and apps get the positive
  19. range). The main reason is because it makes more sense to reserve just the
  20. negative range, rather than the positive range and just some of the negative
  21. range.
  22.  
  23. I'm writing this on a Saturday, and don't have the luxury of calling the
  24. engineers and the writers to hammer this one out. However, they'll see this
  25. message and let me know if our determination is incorrect.
  26.  
  27. - Keith
  28.  
  29. --------------------------------------
  30. Date: 7/7/90
  31. To: Keith Rollin
  32. From: Germany - Norbert Lindenberg,I
  33.  
  34. Keith,
  35.  
  36. in a reply to a question about printing C strings in .Fields you write:
  37. "...define bCString to be a constant less than -99 (MacApp reserves
  38. -99..MAXINT for its own use)".
  39.  
  40. {MAPInterfaces}:UMacAppUtilities.p states: "Field types for the Fields
  41. methods. These are understood by StdFieldToString. Negative values are
  42. reserved for MacApp."
  43.  
  44. What’s the official policy? Did I miss some documentation that contradicts
  45. UMacAppUtilities?
  46.  
  47. -- Norbert
  48.  
  49.  
  50.